'Declaration<JetBrains.Annotations.NotNullAttribute()> <JetBrains.Annotations.ItemNotNullAttribute()> Public Shared Function MergeAttributes( _ ByVal attributes1() As Attribute, _ ByVal attributes2() As Attribute, _ ByVal attributes3() As Attribute _ ) As Attribute()
'UsageDim attributes1() As Attribute Dim attributes2() As Attribute Dim attributes3() As Attribute Dim value() As Attribute value = AttributeStore.MergeAttributes(attributes1, attributes2, attributes3)
[JetBrains.Annotations.NotNull()] [JetBrains.Annotations.ItemNotNull()] public static Attribute[] MergeAttributes( Attribute[] attributes1, Attribute[] attributes2, Attribute[] attributes3 )
[JetBrains.Annotations.NotNull()] [JetBrains.Annotations.ItemNotNull()] public: static array<Attribute^>^ MergeAttributes( array<Attribute^>^ attributes1, array<Attribute^>^ attributes2, array<Attribute^>^ attributes3 )
Parameters
- attributes1
The value of this parameter can be
null(Nothingin Visual Basic).The individual elements of the parameter value cannot be
null(Nothingin Visual Basic).- attributes2
The value of this parameter can be
null(Nothingin Visual Basic).The individual elements of the parameter value cannot be
null(Nothingin Visual Basic).- attributes3
The value of this parameter can be
null(Nothingin Visual Basic).The individual elements of the parameter value cannot be
null(Nothingin Visual Basic).
Return Value
This method never returns null (Nothing in Visual Basic).
The individual elements of the returned value are never null (Nothing in Visual Basic).